home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: selection shapes, part 2
- Sent: 3/11/96 2:29 PM
- Received: 3/11/96 2:41 PM
- From: lamiraux@apple.com
- Reply-To: ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >Henri,
- >
- >Thanks for the detailed info to my previous question. It is very helpful (and
- >I understand the problem choosing good function names; sometimes it is very
- >tough).
- >
- >Now, I have a few problems creating these shapes. In all three cases, I need
- >to create a view context in order to calculate them. However,
- >CreateSelectionFrameShape does not pass in the facet or frame, and in the
- >case of creating a promise, I can externalize a picture (just like ODFDraw)
- >and so I need to calculate the "dragShape" (from ODFDraw), but need the lack
- >the facet (I only have the frame). What do you suggest to deal with these two
- >separate problems.
- >
- >Thanks
- >Scott Daniels
- >e-mail: scottdfl@aol.com
-
-
- Yes, that's a general problem with OpenDoc. We have in ODF a
- FW_CScreenContext you can use in cases where you don't have a facet.
- That's work fine for any screen operations like drag&drop.
-
- Henri Lamiraux
- ODF Team
-